home *** CD-ROM | disk | FTP | other *** search
- Path: innotts.co.uk!usenet
- From: garyp@innotts.co.uk (Gary Proudfoot)
- Newsgroups: comp.lang.c++
- Subject: Single Threading
- Date: Sun, 18 Feb 1996 15:13:47 GMT
- Organization: The Internet in Nottingham
- Message-ID: <4g7fml$7eq@mapperley.innotts.co.uk>
- NNTP-Posting-Host: seriald22.innotts.co.uk
- X-Newsreader: Forte Agent .99c/32.126
-
- Can anybody help with threading a Dialog app in Microsoft VC4
- I have used code from the Mutexes sample app and applied it
- to my Dialog box app. The original was multithreading but all I need
- is a single thread which I have got working fine but the problem is
- stopping the thread. The sample code is doing all its processing
- within the thread run loop and the onclose code sets a flag which
- stops the loop, my code needs to put a call out to a function which
- then calls other functions to process. How do I stop it!!
-
-